home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 3_0 / JOVE_4 / JOVEDOCS / EXAMPLE.RC < prev    next >
Text File  |  1988-05-07  |  715b  |  25 lines

  1. if /ua/jonathan/src/jove/lib/isttytype iq120
  2.     bind-to-key Prefix-1 \\
  3.     bind-to-key set-mark ^[ 
  4.     set allow-^S-and-^Q on
  5. endif
  6. if /ua/jonathan/src/jove/lib/modemp
  7.     set mode-line  -%n %m "%f" %((%t%s%C%s%l)%)
  8. else
  9.     set mode-line  -%n- %["%f" %m [%b] %]%s%((%t%s%C%s%l)%)%s(%M) %e
  10. endif
  11. auto-execute-command show-match .*\.[ch]$
  12. set comment-format /* %!   %c%! */
  13. set disable-biff on
  14. set match-regular-expressions on
  15. set use-i/d-char off
  16. bind-to-key backward-paragraph ^[[
  17. bind-to-key current-error ^X^C
  18. bind-to-key exit-jove ^X^Z
  19. bind-to-key find-tag-at-point ^[^T
  20. bind-to-key grow-window ^Xg
  21. bind-to-key kill-s-expression ^[^K
  22. bind-to-key list-processes ^X^L
  23. bind-to-key scroll-down ^C
  24. bind-to-key shrink-window ^Xs
  25.